Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows table output formatting (#4989) #6381

Closed
wants to merge 1 commit into from
Closed

Fix Windows table output formatting (#4989) #6381

wants to merge 1 commit into from

Conversation

justindho
Copy link
Contributor

@justindho justindho commented Sep 2, 2021

Issue #, if available:

Fixes #4989

Description of changes:
Fixes issue of showing ANSI escape character sequences for colors in the table output on Windows. Changes have been tested on Windows, MacOS, and Linux.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov-commenter
Copy link

Codecov Report

Merging #6381 (108843f) into v2 (f2c5273) will decrease coverage by 0.17%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##               v2    #6381      +/-   ##
==========================================
- Coverage   94.20%   94.03%   -0.18%     
==========================================
  Files         273      273              
  Lines       21788    21541     -247     
==========================================
- Hits        20526    20256     -270     
- Misses       1262     1285      +23     
Impacted Files Coverage Δ
awscli/formatter.py 96.22% <100.00%> (ø)
awscli/compat.py 55.32% <0.00%> (-7.94%) ⬇️
awscli/commands.py 86.66% <0.00%> (-3.34%) ⬇️
awscli/autoprompt/factory.py 76.62% <0.00%> (-2.57%) ⬇️
awscli/testutils.py 65.41% <0.00%> (-1.20%) ⬇️
awscli/customizations/wizard/ui/keybindings.py 92.42% <0.00%> (-0.91%) ⬇️
awscli/help.py 96.19% <0.00%> (-0.79%) ⬇️
awscli/table.py 95.07% <0.00%> (-0.76%) ⬇️
awscli/arguments.py 94.76% <0.00%> (-0.72%) ⬇️
awscli/customizations/ec2/addcount.py 93.33% <0.00%> (-0.67%) ⬇️
... and 38 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f2c5273...108843f. Read the comment docs.

@stealthycoin stealthycoin added the contribution:core This is a PR that came from AWS. label Apr 22, 2022
@RyanFitzSimmonsAK
Copy link
Contributor

Hi @justindho, thanks for this pull request and for your patience. After review with the team, we've made the decision to close this pull request as not planned, but are leaving the issue open for tracking purposes. For the time being, please continue using the --color off workaround. Thanks again for contributing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution:core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants